home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEVIEW / ASC2COM.ZIP / A2CDOC.COM (.txt) < prev    next >
Encoding:
Asc2Com (MorganSoft)  |  1992-11-25  |  9.1 KB  |  168 lines

  1.  
  2.  
  3.    A2CDoc
  4.    Copyright 1992 by
  5.      MorganSoft
  6.    All Rights Reserved
  7.  
  8.  
  9.  
  10.  
  11.    A2C is the command line version of Asc2Com and can be used in batch 
  12.    files just as any other command line program can.   You do not have 
  13.    to  see any of the switches for A2C--it will automatically read the 
  14.    configuration  file generated for Asc2Com and proceed  from  there.  
  15.    It's advantage is that it's a bit fasters,  individual switches CAN 
  16.    be set, and DOS masking characters such as "?" and "*" can be used. 
  17.  
  18.    Probably the most useful difference is that A2C has NO restrictions 
  19.    on  either the colors or the characters used.   That is to say,  in 
  20.    Asc2Com,   you CANNOT pick a color combination for a marking  color 
  21.    that is blinking.  It was an oversight on my part, but I've decided 
  22.    not  to  attack the problem by changing Asc2Com.   Also,   you  are 
  23.    limited  to  the marking characters provided in the dialog  box  in 
  24.    Asc2Com--not  so in A2C.   You can set them to what ever  character 
  25.    you wish.   Indeed,  to generate this file,  the following  Command 
  26.    Line was used: 
  27.  
  28.        C> A2C A2CDOC.TXT /LL /M105 /M205 /MM05 /MH05 /MA04 /MC05
  29.  
  30.    This  effectively shut down the marking of text with colors because 
  31.    there are no HEX 5 characters in the file.  
  32.  
  33.    
  34.    Syntax:  from the command line (assuming your in the root directory
  35.               of drive d).
  36.  
  37.  
  38.    D> a2c [filename|?|r] { {/L{C|F|A|L|W|P}}     {|}
  39.                            {/F{S|[U/L]|P[+/-][#]|T[#]} {|}
  40.                            {/C{M|H|S|A|C}[#]}   {|}
  41.                            {/M{M|1|2|H|S|A|C}[#]} ...{ }...{ } ...
  42.  
  43.    []:  indicates required.
  44.    {}:  indicates chose from list.
  45.    | :  or
  46.    {|}: and/or
  47.     r:  show registration information.
  48.     ?:  show the syntax
  49.  
  50.    General Points:  Order is immaterial--it doesn't matter if a "/L" 
  51.    switch is first or last.  You may have as many of each type of 
  52.    switch as you can cram on the DOS command line.  (It's a little 
  53.    pointless to put more than 1 "/L" switch--only the last one will  
  54.    have effect).  
  55.  
  56.    /L:  Lister Type:
  57.  
  58.               C :         Compressed Lister
  59.               F :         Full Lister 
  60.               A :         Page Lister
  61.               L :         Lite Lister
  62.               W :         Wide Lister
  63.               P :         Printer Lister
  64.  
  65.  
  66.    /F:   Filter Options
  67.               S :         Strip Low ASCII Values
  68.                                Strips all ASCII values below 32
  69.                                (except CR, LF, Tab) out of the file.
  70.               U :         Make Upper Case.  (Can't Use with an L).
  71.                                Makes the text file all upper case.
  72.               L :         Make Lower Case.  (Can't Use with an U).
  73.                                Makes the text file all lower case.
  74.               P :         Pad the Left side with (+/-) # spaces.
  75.                                NOTE:  All numbers are in Hexidecimal.
  76.                                That is, base 16, and MUST take 2 or 
  77.                                more digits.  I.E.  if you wanted to pad 
  78.                                with +7 spaces, you would use #="07".
  79.                                16 spaces would be #="10".
  80.               T :         Set the Column Tab width (in the Wide Lister 
  81.                                only), to #.  Again, a hex number.  If
  82.                                you wanted to set it to 20 (decimal), 
  83.                                you'd use #="14".
  84.  
  85.    /C    Color Options
  86.               M :         Set the Main Screen Color.  The structure of
  87.                                the entire switch  is as follows: 
  88.                                /CM#, where # is a Hexidecimal number.
  89.                                The first hex digit is the background 
  90.                                color, the second is the foreground 
  91.                                color.  For a Black Screen, with a 
  92.                                yellow forground, you would use #="0E".
  93.               H  :        Set the Help Screen color.
  94.               S  :        Set the Status Line color.
  95.               A  :        Set the 1st Accent Line color.
  96.               C  :        Set the 2nd Accent Line color.
  97.  
  98.    /M    Marking Options
  99.               M  :        Set the main screen marking color.  
  100.                                The structure of the switch is exactly
  101.                                the same as for the Color switch.  
  102.                                /MM0FF would set the main screen 
  103.                                marking char to a hex 0ff, or 255 
  104.                                decimal.  
  105.    
  106.                                NOTE:  this switch is reserved for future
  107.                                use and is NOT active in this version.
  108.    
  109.               1  :        Set the first TagLine marking character.  
  110.                                (By default, this would be the F2 
  111.                                TagLine).
  112.               2  :        Set the second TagLine marking character.
  113.               H  :        Set the Help color marking character.
  114.               S  :        Set the Status Line color marking character.
  115.               A  :        Set the 1st Accent color marking character.
  116.               C  :        Set the 2nd Accent color marking character.
  117.  
  118.    Color Chart:
  119.  
  120.  
  121.    0     Black
  122.    1     Blue
  123.    2     Green
  124.    3     Cyan
  125.    4     Red
  126.    5     Magenta
  127.    6     Brown
  128.    7     Light Gray 
  129.    8     Dark Gray        (if Background, Blinking Dk Gray)
  130.    9     Light Blue       (if Background, Blinking Lt Blue)
  131.    A     Light Green      (if Background, Blinking Lt Green)
  132.    B     Light Cyan       (if Background, Blinking Lt Cyan)
  133.    C     Light Red        (if Background, Blinking Lt Red)
  134.    D     Light Magenta    (if Background, Blinking Lt Magenta)
  135.    E     Yellow           (if Background, Blinking Yellow 
  136.    F     White            (if Background, Blinking White)
  137.  
  138.    
  139.  
  140.    ASCII TABLE
  141.  
  142.              0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F 
  143.            ┌────────────────────────────────────────────────┐
  144.          0 │ .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . │
  145.          1 │ .  .  .  .  .  .  .  .  .  .  .  .  .  .  .    │
  146.          2 │    !  "  #  $  %  &  '  (  )  *  +  ,  ,  .  / │
  147.          3 │ 0  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  ? │
  148.          4 │ @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O │
  149.          5 │ P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _ │
  150.          6 │ `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o │
  151.          7 │ p  q  r  s  t  u  v  w  x  y  z  {  |     £   │
  152.          8 │ Ç  ü  é  â  ä  à  å     ê  ë  è  ï  î  ì  Ä  Å │
  153.          9 │ É     Æ  ô  ö  ò  û  ù  ÿ  Ö  Ü  ¢  £  ¥  ₧  ƒ │
  154.          A │ á  í  ó  ú  ñ  Ñ  ª  º  ¿  ⌐  ¬  ½  ¼  ¡  «  » │
  155.          B │ ░  ▒  ▓  │  ┤  ╡  ╢  ╖  ╕  ╣  ║  ╗  ╝  ╜  ╛  ┐ │
  156.          C │ └  ┴  ┬  ├  ─  ┼  ╞  ╟  ╨  ╔  ╩  ╦  ╠  ═  ╬  ╧ │
  157.          D │ ╨  ╤  ╥  ╙  ╘  ╒  ╓  ╫  ╪  ┘  ┌  █  ▄  ▌  ▐  ▀ │
  158.          E │ α  ß  Γ  π  Σ  σ  µ  τ  Φ  τ  Φ  Ω  δ  ∞  φ  U │
  159.          F │ ≡  ±  ≥  ≤  ⌠  ⌡  ÷  ≈  °  ∙  ·  √  ⁿ  ²  ■    │
  160.            └────────────────────────────────────────────────┘
  161.  
  162.    ASCII Values below 32 (20h) are not shown because they mess up many 
  163.    word  processors.   They all have special meaning in communications 
  164.    and are known as Control-Characters. 
  165.  
  166.  
  167.    END of FILE>>>
  168.